home *** CD-ROM | disk | FTP | other *** search
/ PCMania 75 / PCMania CD75_1.iso / lycos / netscape / netcast.z / ncjs10.jar / netcast.js < prev    next >
Text File  |  1997-11-26  |  401b  |  26 lines

  1. var fullyLoaded     = 0;
  2. var selectorTab     = opener;
  3. var screenWidth     = screen.width;
  4. var screenHeight    = screen.height;
  5.  
  6. initSelector();
  7.  
  8. function initSelector()
  9. {
  10.     selectorTab.HideSelector();
  11. }
  12.  
  13. function GetSelectorTab()
  14. {
  15.     return selectorTab;
  16. }
  17.  
  18. function onLoad()
  19. {
  20.     desktopMgr = titlebar.GetDesktopManager();
  21.     desktopMgr.fixButtons();
  22.     fullyLoaded = 1;
  23. }
  24.  
  25. void(0);
  26.